.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.IDictionary..::.Values Property |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Gets an ICollection containing the values in the IDictionary.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Private ReadOnly Property Values As ICollection Implements IDictionary.Values |
C# |
---|
ICollection IDictionary.Values { get; } |